The IObservableSource<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnableItemOrdinals |
After this method is called, the collection is required to provide Ordinal in event data.
|
|
GetEnumerator()()()() |
Returns an enumerator that iterates through a collection. (Inherited from IEnumerableIEnumerable.) |
|
GetEnumerator()()()() |
Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<(Of <(<'T>)>)>IEnumerable<(Of <(<'T>)>)>.) |
Properties
Name | Description | |
---|---|---|
CreateNew |
This delegate is used to create new items.
If it is null, a public parameterless constructor of type T is used.
|
|
IsDeletedStateAvailable |
Gets a value indicating whether an item of this collection can still return
correct property values after it has been deleted from the collection.
|
|
SupportsItemOrdinals |
Gets a value that indicates whether this collection is capable of providing the
ordinal position of the changed item when it notifies of an item change.
|
Events
Name | Description | |
---|---|---|
Changed |
Occurs after an item of the collection or the entire collection has changed.
|